.blogpost {    
    /* flex: 1 1 250px; */
    margin-bottom: 2rem;
    position: relative;
}
.blogtitle {    
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    font-size: 2rem;
    text-transform: uppercase;
    background: linear-gradient(0deg, #000000, transparent);
    width: 100%;
    padding: 1rem;
    line-height: 1.7rem;
    display: flex;
    flex-direction: column;
}
.blogtitle small {    
    font-size: 1.2rem;
}

.maxo {
    height: 300px;
    object-fit: cover;
}